home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / rs232of2.zip / RS232OFF.C < prev    next >
Text File  |  1987-01-22  |  186b  |  12 lines

  1. main ()
  2. {     outportb(0x3f9,0);
  3.     outportb(0x2f9,0);
  4.     outportb(0x3e9,0);
  5.     outportb(0x2e9,0);
  6.      outportb(0x3fc,0);
  7.     outportb(0x2fc,0);
  8.     outportb(0x3ec,0);
  9.     outportb(0x2ec,0);
  10. }
  11.  
  12.